MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Persistence.Json Namespace / JsonObjectCoderBuilder<TObject> Class / End Method

End Method
Gets a coder for the %% type.
Syntax
'Declaration
 
Public Function End() As JsonCoder(Of TObject)
 

Return Value

A JsonCoder<T> to encode and decode the object.
Exceptions
ExceptionDescription
Thrown if the value is not a object.
See Also